home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19950528-19950726 / 000070_news@columbia.edu_Tue Jun 6 02:39:10 1995.msg < prev    next >
Internet Message Format  |  1995-07-31  |  4KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA14279
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 6 Jun 1995 03:33:44 -0400
  3. Received: by apakabar.cc.columbia.edu id AA21887
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 6 Jun 1995 03:33:42 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!swrinde!elroy.jpl.nasa.gov!decwrl!tribune.usask.ca!canopus.cc.umanitoba.ca!hamer.ibd.nrc.ca!roberson
  6. From: roberson@hamer.ibd.nrc.ca (Walter Roberson)
  7. Newsgroups: comp.protocols.kermit.misc,comp.sys.sgi.admin
  8. Subject: Re: Using C-Kermit thru a tty port to a PC
  9. Date: 6 Jun 1995 02:39:10 GMT
  10. Organization: National Research Council of Canada
  11. Lines: 46
  12. Distribution: na
  13. Message-Id: <3r0f4e$qt7@canopus.cc.umanitoba.ca>
  14. References: <3qvbm1$av4@cuboulder.colorado.edu>
  15. Nntp-Posting-Host: hamer.ibd.nrc.ca
  16. Xref: news.columbia.edu comp.protocols.kermit.misc:2911 comp.sys.sgi.admin:20399
  17. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  18.  
  19. In article <3qvbm1$av4@cuboulder.colorado.edu>,
  20. Rick Grubin <grubin@spot.Colorado.EDU> wrote:
  21. :Having followed the advice in "Using MS-DOS Kermit" to get
  22. :two PCs to talk via a null modem cable, I'm being asked to
  23. :do a similar task using an SGI and a PC.  I have the book
  24. :"Using C-Kermit" and have been successful in using kermit
  25. :from the PC to talk to the SGI; now I'd like to go the other
  26. :way, using C-kermit on the SGI to talk to the PC via a null
  27. :modem cable.  The SGI is an Indy running IRIX v5.3.
  28.  
  29. :I fear that the tty ports on the SGI are not configured
  30. :correctly, and do not know what is necessary to set up to
  31. :do this task.  Any pointers/recommendations/examples (!)
  32. :would be greatly appreciated.  Thanks in advance.
  33.  
  34. There is very little to it. Just make sure that the port has been
  35. turned 'off' in /etc/inittab. When you get into kermit, 'set line'
  36. to whichever port you want (eg,  set line /dev/ttyd2  ) and
  37. 'set speed' to whatever rate you want (eg,  set speed 38400 ).
  38. Kermit does the rest of the configuring itself.
  39.  
  40. You mention in one of your other postings that you do not have the manuals
  41. for your system. As such, you might not be aware that the serial port
  42. pin-out on the SGI is different than that on the PC. The DB-9 type
  43. connectors on an SGI are configured practically the same way as you would
  44. a DB25 connector, with the exception that what would be on pin 20 of the
  45. DB25 is carried on pin 9 of the DB9. Mini-DIN-8 connectors on the SGI are
  46. fairly different, and follow the MAC pin-outs:
  47.  
  48.                     |  1    | DTR     | Data Terminal Ready    |
  49.                     |  2    | CTS     | Clear To Send          |
  50.                     |  3    | TD      | Transmit Data          |
  51.                     |  4    | SG      | Signal Ground          |
  52.                     |  5    | RD      | Receive Data           |
  53.                     |  6    | RTS     | Request To Send        |
  54.                     |  7    | DCD     | Data Carrier Detect    |
  55.                     |__8____|_SG______|_Signal_Ground__________|
  56.  
  57.  
  58. If you are using rates above 9600 bps, you should definitely use hardware
  59. flow control by wiring the appropriate pins and using /dev/ttyf* instead
  60. of /dev/ttyd* . Hardware flow control is a superset of modem control
  61. (/dev/ttym*), so you would need to cross-wire the CD (carrier detect) line
  62. to hold it high for your application.
  63.  
  64.   Walter Roberson             roberson@ibd.nrc.ca